object frmPreFetch: TfrmPreFetch Left = 0 Top = 0 Width = 635 Height = 353 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object gbBootPrefetch: TGroupBox Left = 16 Top = 1 Width = 605 Height = 150 Caption = 'gbBootPrefetch' TabOrder = 0 object lblBootPrefetch: TAxLabel Left = 24 Top = 30 Width = 550 Height = 67 OnLinkClick = lblAppPrefetchLinkClick LinkColor = 14509568 LinkSelectedColor = 14522624 WordWrap = True Transparent = True AutoSize = False Caption = 'lblBootPrefetch' ShowAccelChar = True end object cbBootPrefetch: TCheckBox Left = 24 Top = 110 Width = 550 Height = 17 Caption = 'cbBootPrefetch' TabOrder = 0 OnClick = PrefetchChanged end end object gbAppPrefetch: TGroupBox Left = 16 Top = 164 Width = 605 Height = 150 Caption = 'gbAppPrefetch' TabOrder = 1 object lblAppPrefetch: TAxLabel Left = 24 Top = 30 Width = 550 Height = 67 OnLinkClick = lblAppPrefetchLinkClick LinkColor = 14509568 LinkSelectedColor = 14522624 WordWrap = True Transparent = True AutoSize = False Caption = 'lblAppPrefetch' ShowAccelChar = True end object cbAppPrefetch: TCheckBox Left = 24 Top = 110 Width = 550 Height = 17 Caption = 'cbAppPrefetch' TabOrder = 0 OnClick = PrefetchChanged end end end